From 96b0fdf67b7c0f8b1f261cc712af8723db3d9d3b Mon Sep 17 00:00:00 2001 From: Tim Deegan Date: Wed, 28 Feb 2007 13:22:20 +0000 Subject: [PATCH] Fix 32-bit x86 compile --- xen/arch/x86/domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/domain.c b/xen/arch/x86/domain.c index 1f523bce77..219a358d0b 100644 --- a/xen/arch/x86/domain.c +++ b/xen/arch/x86/domain.c @@ -499,7 +499,7 @@ int arch_set_info_guest( struct domain *d = v->domain; unsigned long cr3_pfn = INVALID_MFN; unsigned long flags; - int i, rc, compat; + int i, rc = 0, compat; /* The context is a compat-mode one if *either* the calling domain * or the target domain is compat-mode: if the caller is compat, it -- 2.30.2